home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14361 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  894 b 

  1. Path: inforamp.net!ts53-10
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Capturing the help button click of the standard dialogs
  5. Date: Fri, 29 Mar 96 23:32:54 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4jhs00$rdm@sam.inforamp.net>
  8. NNTP-Posting-Host: ts53-10.tor.istar.ca
  9. X-Newsreader: News Xpress Version 1.0 Beta #4
  10.  
  11. Anybody know how this is done?
  12. I tried processing the following message in OWL
  13. and nothing happened...
  14.     EV_REGISTERED(HELPMSGSTRING, EvHelp),
  15.  
  16. I set the following in the OPENFILENAME struct...
  17.   ofn.hwndOwner = GetApplication()->GetMainWindow()->HWindow;
  18.   ofn.Flags = OFN_ENABLEHOOK | OFN_SHOWHELP;
  19.  
  20. According to the documentation that is all 
  21. that I need to do.  Doesn't work.  And I can't
  22. find an example anywhere.
  23.  
  24. Agrivar
  25.  
  26.  
  27. Agrivar
  28.  
  29. aka     Randy Charles Morin
  30.     MiddleWorld SoftWare
  31.     Canada: 1-800-363-3780
  32.     Other:    905-279-2087
  33.